Permission
Different types of permissions that can be granted to players.
It can be any of the following strings: "Modify"
, "Unlock"
, "Paint"
, "Configure"
, "Interact"
, "Attach"
.
Luau Type
This is the luau type for Permission
. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
export type Permission = "Modify" | "Unlock" | "Paint" | "Configure" | "Interact" | "Attach"